Category: Reflection
Syntax:
AbortEvents
Stops event processing of the current line after the current event is finished.
If called from a -before
event, all priority events and
-after
events will be skipped. If called from a priority event, all
-after
events will be skipped.
Example: // don't process any text at all from people on the ignore list Event DrasticIgnore -before "*" if $IsIgnoring($nick!$user@$host) AbortEvents endif EndEvent
See also: FallThrough, SetInputLine
Next in "Reflection": AliasExists
Next by name: ActiveServer
Previous by name: AASay
Up to all commands by name or
commands and functions by category